html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0; box-sizing: border-box; }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 14px; line-height: 1.5;  color: #333;overflow-y:scroll; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    width:100%;
    -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff;
}

/* .cplist li:hover{
    box-shadow: inset 0 0 38px rgba(0,0,0,0.08);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}  */
.pic{
    overflow:hidden;
}
.pic img {
    transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;  
}
.pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.6s cubic-bezier(0.17,0.84,0.44,1) 0s;
}
.img:hover img {
    /* opacity: .5; */
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}
.img{ 
    overflow: hidden;
    position: relative;
}


    

img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    vertical-align: middle;
}
.warp {
    width: 1400px;
    max-width: 95%;
    margin: 0 auto;
}
.warp1{
    width: 1400px;
    max-width: 96%;
    margin: 0 auto;
}
li{
    list-style:none;
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
.full-wrapper{
    width: 95%;
    margin:0 auto;
}
.center{
    text-align: center;
}

 

header .head_top{
    height: 100px;
}
header .head_top .top_fl {
    width: 50%;
    height: 60px;
    margin: 20px 0px;
}
.head_top .top_fl h3 {
    font-size: 30px;
    padding-right: 3%;
    border-right: 1px solid #ccc;
    color: rgb(30, 80, 174);
    font-weight: 600;
    width: 25%;
}
.head_top .top_fl .des{
    padding-left: 3%;
}
.head_top .top_fl .des h4{
    font-size:18px;
    color: rgb(30, 80, 174);
    font-weight: 600;
}
header .head_top .top_tel {
    width: 22%;
    padding-left: 60px;
    height: 60px;
    margin: 20px 0px;
    background: url(../img/tel_bg.png)no-repeat left center;
}

.head_top .top_tel h3{
    font-size: 22px;
    color: rgb(30, 80, 174);
}
.head_nav{
    height: 50px;
    background: #1e50ae;
    line-height:50px;
}

 
nav ul {
    width: 100%; 
    display: inline-table;
    position: relative; 
}
nav ul ul {
    display:none;
}
nav ul li {
    float:left; 
}
nav ul::after {
    content:"";
    display:block;
    clear:both;
}
nav ul li a {
    display:block; 
    color:#000;
    text-decoration:none;
    font-family:"微软雅黑";
}
nav ul li:hover > ul {
    display: block;
    width: 12%;
}
.head_nav ul li ul li{
    width: 100%;
}
nav ul li:hover {
    background:linear-gradient(to bottom,#4f5964,#5f6975);
}
nav ul li:hover a {
    color:#FFF;
}
nav ul ul {
    background: #5f6975;
    border-radius: 0;
    position: absolute;
    top: 100%;
    z-index: 999;
    padding: 0;
}
nav ul ul li {
    float:none;
    border-top:1px solid #6b727c;
    border-bottom:1px solid #575f6a;
}
nav ul ul li a {
    color:#FFF;
}   
nav ul ul li a:hover {
    background:#4b545f;
}
nav ul ul ul {
    width:100%;
    position:absolute;
    left:100%;
    top:50%;
}
 

.head_nav ul li{
    font-size: 16px;
    width: 12%;
    text-align: center;
    transition: 0.5s;
}
.head_nav ul li:hover{
    background: #13439d;
}
.head_nav ul li a{
    display:block;
    color: white;
}

.page1 .tel {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    margin-bottom: 2%;
    background: rgba(247, 247, 247, 1);
}
.page1_box .page_tit{
    margin-bottom: 20px;
}
.page1_box .page_tit h2{
    font-size: 30px;
    font-weight: 600;
}
.page1_box .page_tit h2 .blue{
    color: rgb(30, 80, 174);
    padding-left:0px;
    font-size: 60px;
    font-style: italic;

}
.page1_box .page_tit h2 .l_xian{
    padding-right:15px;
    font-size: 14px;
    font-weight: 100;
    color: #ccc;
}
.page1_box .page_tit h2 .r_xian{
    padding-left:15px;
    font-size: 14px;
    font-weight: 100;
    color: #ccc;
}
.advantage ul li{
    width: 25%;
    text-align: center;
}
.advantage ul li .tu {
    width: 208px;
    height: 208px;
    line-height: 208px;
    margin: 0 auto;
    background: url(../img/adva_bg.png)no-repeat center;
    background-size: 100%;
}
.advantage ul li .tu img{
    width: 70%;
}
.advantage ul li .tit{
    font-size: 18px;
    margin-bottom: 5px;
}
.page2{
    margin:3% 0px;
    padding:3% 0px;
    background: rgba(248, 248, 248, 1);
} 


.page2 .item .slide .tit{
    text-align: center;
    line-height:40px;
    color: #5a5a5a;
}

.page2 .more{
    width: 20%;
    line-height:46px;
    margin:25px auto;
    text-align: center;
    background:rgb(30, 80, 174); 
    border-radius: 25px;
}
.page2 .more a{
    display:block;
    color: white;
}


.page .page_tit{
    margin-bottom: 20px;
}
.page .page_tit h2{
    font-size: 30px;
    font-weight: 600;
}
.page .page_tit h2 .blue{
    color: rgb(30, 80, 174);
    padding-left:0px;
    font-size: 60px;
    font-style: italic;

}
.page .page_tit h2 .l_xian{
    padding-right:15px;
    font-size: 14px;
    font-weight: 100;
    color: #ccc;
}
.page .page_tit h2 .r_xian{
    padding-left:15px;
    font-size: 14px;
    font-weight: 100;
    color: #ccc;
}

.tab {  
    background-color:white; 
}
.tab_list {
    background: rgba(30, 80, 174, 1);
    height:50px;
}
.tab_list li {
    box-sizing:border-box;
    float:left;
    width:190px;
    height:50px;
    line-height:50px;
    color:white;
    font-size:18px;
    font-family:Microsoft YaHei,Hiragino Sans GB,"sans-serif";
    text-align:center;
    cursor:pointer;
}
.tab_list .current {  
    background:white;
    color: rgba(30, 80, 174, 1);
}
.item {
    padding:45px 20px;
    display:none;
}
.tab_con .item ul li{
    width: 25%;
    padding:5px;
    text-align: center;
}
.tab_con .item li .pic{
    border:1px solid #eee;
}
.tab_con .item li .tit{
    font-size: 16px;
    line-height:40px;
    color: #5a5a5a;
}
.liyou_box .liyou{
    margin-bottom: 25px;
}
.liyou_box .liyou .ly_img{
    width: 40%;
}
.liyou_box .liyou .ly_img img{
        position: relative;
        margin-top: -50px;
        z-index: 0;
}
.liyou_box .liyou .ly_img p {
    width: 15%;
    line-height: 100px;
    color: white;
    font-size: 30px;
    font-weight: 600;
    background: rgb(30, 80, 174);
    text-align: center;
    z-index: 99999;
    left: 15px;
    position: relative;
}
.liyou_box .liyou .des_box {
    width: 56%;
    margin-top: 5%;
}
.liyou .des_box h3{
    font-size: 26px;
    font-weight: 600;
    color: rgb(30, 80, 174); 
}
.liyou .des_box  p{
    color: #bbb;
    margin:5px 0px;
}
.page4{
    background:black;
    padding:3% 0px;
    margin:3% 0px;
    text-align: center;
    background:url(../img/page4_bg.jpg)no-repeat center;
}
.page4 h3{
    font-size: 36px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}
.page4 p {
    color: #eee;
    font-size: 16px;
}
.page5 .case_list ul li{
    width: 33.333%;
    padding:5px;
    text-align: center;
}
.page5 .case_list li .tit{
    text-align: center;
    font-size: 18px;
    line-height:40px;
    color: black;
}

.page6{
    background:rgb(30, 80, 174);
    padding:3% 0px;
    margin:3% 0px;
}
.page6 .page6_fl{
    width: 65%;
}
.page6 .page6_fr{
    width: 26%;
}
.page6 .page6_fl .about_img{
    width: 30%;
}
.page6 .page6_fl .about_des{
    width: 65%;
}
.page6_fl .about_des h3{
    font-size: 30px;
    font-weight: 600;
    color: white; 
}
.page6_fl .about_des p{
    margin:0 0px;
    color: #eee;
    line-height:30px;
}
.page6_fl .about_des a{
    display:block;
    color: white;
}


.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0; 
    *zoom: 1;
}
.page2 .bx-wrapper {
    max-width: 100%!important;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/
 

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
} 

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    display:none;
}
.page2 .bx-wrapper .bx-pager {
    display:block;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.page2 .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    text-indent: inherit;
    display: block;
     width: auto;
     height: auto;
    margin: 0 5px;
    padding:5px 10px;
    border:1px solid #aaa;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.page2 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background:rgb(30, 80, 174);
    color: white;
}

.pag2 .bx-wrapper .bx-pager.bx-default-pager a.active{
    padding:5px;
    border:1px solid #aaa;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.page2 .bx-wrapper .bx-controls-direction a {
    display:none;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display:none;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.page7{
    margin:3% 0px;
}
.page7 .page7_fl{
    width: 55%;
}
.page7 .first_new{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.page7 .first_new .news_img{
    width: 30%;
}
.page7 .first_new .des{
    width: 65%;
}
.first_new .des .tit{
    font-size: 18px;
    margin-bottom: 15px;
    color: black;
}
.first_new .des .info{
    color: #5a5a5a;
    line-height:26px;
}
.page7_fl .news_list li{
    line-height:40px;
    border-bottom: 1px solid #eee;
}
.page7_fl .news_list li .tit{
    color: black;
    font-size: 16px;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page7_fl .news_list li .time{
    color: #5a5a5a;
}
.page7 .page7_fr{
    width: 40%;
}
.page7_fr li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.page7_fr li .tit{
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
}
.page7_fr li .info{
    color: #5a5a5a;
}
footer{
    padding:3% 0px;
    background:rgb(30, 80, 174);
}
footer .yqlj{ 
    margin-bottom: 15px;
    padding-bottom: 15px; 
    border-bottom: 1px solid #7a7a7a;
}
footer .yqlj li{
    color: white;
    font-size: 16px;
    padding:0 10px;
    line-height:30px;
}
footer .yqlj li a{
    color: white;
}
.foot_bot .foot_lxwm{
    width: 30%;
    text-align: center;
}
.foot_lxwm h3{
    font-size: 26px;
    color: white;
    margin-bottom: 30px;
}
.foot_lxwm p{
    font-size: 16px;
    color: white;
}
.foot_lxwm .tel{
    font-size: 30px;
    font-weight: 600
}
.foot_bot .foot_nav{
    width: 70%;
}
.foot_nav ul li{
    width: 20%;
    text-align: center; 
}
.foot_nav ul li a{
    font-size: 18px; 
    line-height:32px;
    color: white;
}
.foot_nav ul li ul li{
    width: 100%; 
}
.foot_nav ul li ul li a{
    font-size: 14px;
    line-height:28px;
    display:block;
    color: white;
}


/* 关于我们 */

.Content .page2{
    margin-top: 0px;
}

.display-none {
    display:none;
}
.tab1 ul {
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 2%;
}
.tab1 ul li {
    float:left;
}
.tab1 ul li {
    border-radius: 0;
    padding: 5px 0;
    margin-right: 5px;
    width: 10%;
    text-align: center;
    line-height: 30px;
}
.tab1 ul li a {
    display:inline-block; 
    text-decoration:none;
    color:rgb(50,50,50);
    cursor:pointer;
}
.tab1 ul li.active {
    background-color: rgba(30, 80, 174, 1); 
    line-height: 30px;
    border-radius: 20px;
}
.tab1 ul li.active a {
    color:#fff;
}


.cont2{
    padding:3% 0px;
    margin:3% 0px;
    text-align: center;
    background:url(../img/cont2_bg.jpg)no-repeat center;
}
.cont2 h3{
    font-size: 30px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}
.cont2 p{
    font-size: 16px;
    color: white;
} 

.Content .piclist ul li{
    width: 25%;
    text-align: center;
    padding:5px;
}
.piclist ul li .tit{
    line-height:40px;
    color: #5a5a5a;
}
.Content .cplist{
    margin:3% 0px;
}

/* 新闻展示 */

.Content .news_list{
    margin:3% 0px;
}
.Content .news_tj .tj_fl{
    width: 49%;
}
.news_tj .tj_fl li{
    position: relative; 
}
.news_tj .tj_fl li .tit{
    position: absolute;
    width: 100%;
    text-align: center;
    line-height:40px;
    color: white;
    background: #000;
    opacity: .7;
    bottom: 0;
}
.Content .news_tj{
    margin-bottom: 3%;
}
.Content .news_tj .tj_fr{
    width: 49%;
}
.news_tj .tj_fr li {
    margin-bottom: 3%;
}
.news_tj .tj_fr li .time {
    width: 15%;
    text-align: center;
    padding: 15px 0px;
    background: #eee;
}
.tj_fr li .time .day{
    font-size: 22px;
    font-weight: 600; 
}
.tj_fr li .time .year{  
    color: #5a5a5a;
}
.tj_fr li .des .tit{
    font-size: 16px;
    margin-bottom: 10px;
    color: #3a3a3a;
}
.tj_fr li .des .info{
    color: #aaa;
}
.news_tj .tj_fr li .des{
    width: 80%;
} 
.news_box li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.news_box li .tit{
    margin-bottom: 10px;
}
.news_box li .bt {
    font-size: 18px;
    color: black;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_box li time{
    color: #5a5a5a;
}
.news_box li .info{
    color: #5a5a5a;
}

.Content .about_box{
    margin:3% 0px;
}
.Content .about_fl{
    width: 49%;
}
.Content .about_fl .about_tit {
    margin-bottom: 35px;
}
.Content .about_fl .about_tit h3{
    font-size: 30px;
    margin-bottom: 10px;
}
.Content .about_fl .about_tit .xian{
    width: 8%;
    height: 2px;
    background:rgb(30, 80, 174);
}
.Content .about_fl .about_des{
    font-size: 16px;
    line-height:30px;
}
.Content .about_img{
    width: 49%;
}
.Content .youshi {
    background: url(../img/youshi_bg.jpg)no-repeat center;
    padding: 6% 0px;
    margin:3% 0px;
}
.Content .youshi .warp{
    width: 1200px;
}
.Content .youshi .ys_img{
    width: 50%;
}
.Content .youshi .ys_des{
    width: 50%;
}
.Content .youshi .ys_tit {
    text-align: right;
    margin-bottom: 10%;
}
.Content .ys_tit h2{
    font-size: 30px; 
    color: white;
}
.Content .ys_tit .xian {
    width: 10%;
    height: 1px;
    float: right;
    margin-top: 10px;
    background: rgb(103, 128, 175);
}
.Content .youshi .ys_box p{
    line-height:40px;
    /* margin-bottom: 15px; */
    color: #5a5a5a;
}
.Content .case_list{
    margin:3% 0px;
}
.Content .case_tit{
    margin-bottom: 2%;
}
.Content .case_tit h2{
    font-size: 30px;
}
.Content .case_tit .xian{
    width: 2%;
    height: 2px;
    background:rgb(103, 128, 175);
    margin:10px auto;
}
.Content .case_box ul li{
    width: 33.333%;
    padding:5px;
    text-align: center;
}
.Content .case_box li .tit{
    line-height:40px;
    font-size: 16px;
    color: #5a5a5a;
}

/* 联系我们 */

.Content .Contact {
    padding: 6%;
    margin:3% 0px;
    background: rgba(247, 247, 247, 1);
}
.Content .Contact_fl{
    width: 49%;
}
.Content .ditu{
    width: 49%;
    background:rgba(247, 247, 247, 1);
}
.amap-labelsP{
    width: 100%;
}
canvas{
    width: 100%;
}
.Content .Contact_tit{
    margin-bottom: 30px;
}
.Content .Contact_tit h2{
    font-size: 30px;
}
.Content .Contact_tit .xian{
    width: 10%;
    height: 2px;
    margin-top: 5px;
    background:rgb(30, 80, 174);
}
.Content .Contact_box p{
    line-height:40px;
    font-size: 16px;
}

.Content .Details{
    margin:3% 0px;
}
.Details .details_tit{
    margin-bottom: 3%;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
}
.Details .details_tit h2{
    font-size: 28px; 
    margin-bottom: 10px;
}
.Details .details_box{
    font-size:16px;
    line-height:30px;
}
.page .page_tit p {
    color: #5a5a5a;
    margin: 10px 0px;
}

.Content .zhaopin{
    width: 100%;
}

.page .page_tit h2 .lan{
    color: #004ad4;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination li {
    float: left;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 0;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination li{
    padding:0px!important;
    width: auto!important;
}
.cont_cpfl{
    margin:3% 0px;
}
.cont_cpfl ul li {
    width: 15%;
    margin: 0 1%;
    line-height: 46px;
    text-align: center;
    border: 1px solid #eee;
}
.cont_cpfl ul li a{
    display:block;
    color: #5a5a5a;
}


@media (min-width: 1000px){
    .wap{
        display:none;
    }
    .details_box img{
        width: 50%;
    }
    
.wap_tel h3 {
    width: 22%;
    margin: 0 auto;
    background: url(../img/wap_tel_bg.jpg)no-repeat left center;
    padding-left: 30px;
    background-size: 28px;
}
    .wap_tel h3 a {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
}
.page1 .wap_tel .warp {
    background: #b50a13;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
}
}

@media (max-width: 767px){
    header .head_top .top_tel{
        display:none;
    }
    header .head_top{
        height: auto;
        margin:15px 0px;
    }
    header .head_top .top_fl{
        width: 100%;
        float: none;
        height: auto;
        margin:0px;
    }
    .pc{
        display:none;
    }
    .head_top .top_fl h3{
        border-right:none;
        width: 35%;
        padding-right:0px;
    }
    .head_top .top_fl .wap_name {
        font-size: 18px;
        font-weight: 600;
        line-height: 45px;
    }
    .head_nav{
        height: auto;
        line-height: 40px;
    }
    .head_nav ul li { 
        width: 25%; 
    }

    .page1 .wap_tel .warp{
        background:#b50a13;
        text-align: center;
        line-height:50px;
        border-radius: 25px;
    }
    .wap_tel h3 a{
        display:block;
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin:15px 0px;
    }
    .page .page_tit h2 .l_xian{
        display:none;
    }
    .page .page_tit h2 .r_xian{
        display:none;
    }
    .page .page_tit h2 {
        font-size: 24px; 
    }
    .page .page_tit h2 .blue { 
        font-size: 46px; 
    }
    .advantage ul li {
        width: 50%; 
    }
    .advantage ul li .tu {
        width: 100%;
        height: auto;
            line-height: 180px; 
    }
    .advantage ul li .des{
        color: #6a6a6a;
    }
    .page2 {
        margin: 10% 0px;
        padding: 10% 0px; 
        margin-bottom: 0px;
    }
    .tab_list li {
        width: 33.333%;
        font-size: 14px;
    }
    .item {
        padding: 10px 5px; 
    }
    .tab_con .item ul li {
        width: 50%; 
    }
    .liyou_box .liyou .ly_img p {
        width: 40%;
        line-height: 70px;
        left: 10px;
        font-size: 15px;
    }
    .liyou .des_box h3 {
        font-size: 18px; 
    }
    .liyou .des_box p {
        color: #bbb;
        margin: 2px 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical;
    }
    .liyou .des_box .des{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; 
        -webkit-box-orient: vertical;
    }
    .page4{
        margin:10% 0px;
    }
    .page4 h3 {
        font-size: 20px; 
    }
    .page4 p{
        font-size: 14px;
    }
    .page5 .case_list ul li {
        width: 50%;
        padding: 5px;
        text-align: center;
    }
    .page6 { 
        padding: 10% 0px;
        margin: 10% 0px;
    }
    .page6 .page6_fr{
        display:none;
    }
    .page6 .page6_fl {
        width: 100%;
    }
    .page6 .page6_fl .about_img{
        width: 48%;
    }
    .page6 .page6_fl .about_des {
        width: 49%;
    }
    .page6_fl .about_des h3 {
        font-size: 20px; 
    }
    .page6_fl .about_des p{
        margin-top: 5px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; 
        -webkit-box-orient: vertical;
    } 
    .page7 .page7_fr{
        display:none;
    }
    .page7 .page7_fl{
        width: 100%;
        float: none;
    }
    .page7 .first_new .news_img {
        width: 40%;
    }
    .page7 .first_new .des {
        width: 56%;
    }
    .first_new .des .tit { 
        margin-bottom: 6px; 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .first_new .des .info{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
    }

    .page7 .page_tit h2 .r_xian{
            display: initial;
    }
    .page7 .page_tit h2 .l_xian{
           display: initial;
    }
    .page7 .page_tit h2 .blue{
        font-style: inherit;
        font-size: 24px;
        font-weight: 600;
    }
    .page7{
        margin:10% 0px;
    }
    .page_ditu{
        margin:10% 0px;
    }
    footer{
        padding:10% 0px;
        padding-bottom: 20%;
    }
    footer .yqlj{
        display:none;
    }
    footer .foot_bot{
        display:none;
    }
    .foot_contact .title{
        position: relative;
        margin-bottom: 3%;
    }
    .foot_contact .title h3{
        font-size: 28px;
        font-weight: 600;
        color: white;
    }
    .foot_contact .title p{ 
        color: white;
        position: absolute;
        bottom: 0;
        font-size: 16px;
        left:120px;
    }
    .foot_contact .contact_box p{
        color: white;
        font-size: 14px;
        line-height:35px;
    }
    .foot_contact .contact_box .dh{
        background:url(../img/tel.jpg)no-repeat left center;
        background-size: 20px;
        padding-left: 35px;
    }
    .foot_contact .contact_box .sj{
        background:url(../img/dh.jpg)no-repeat left center;
        background-size: 24px;
        padding-left: 35px;
    }

    .foot_contact .contact_box .cz{
        background:url(../img/cz.jpg)no-repeat left center;
        background-size: 20px;
        padding-left: 35px;
    }
    .foot_contact .contact_box .yx{
        background:url(../img/yx.jpg)no-repeat left center;
        background-size: 20px;
        padding-left: 35px;
    }
    .foot_contact .contact_box .dz{
        background:url(../img/dz.jpg)no-repeat left center;
        background-size: 20px;
        padding-left: 35px;
    }


    .pf {
        position: fixed;
    }
    .mol_botnav {
        bottom: 0;
        left: 0;
        width: 100%; 
        text-align: center;
        background: #282828;
        padding: 0;
        z-index: 99999; 
    }
    .mol_botnav a {
        width: 33.333%;
        color: #fff;
        float: left;
        padding: 5px 0px;
    }
    .mol_botnav a i {
        display: block;
        width: 24px;
        height: 24px;
        margin: 4px auto;
    }
    .mol_botnav a i img {
        width: 100%;
    }
    .mol_botnav .sy{
        background:#b60a13;
    }
    .mol_botnav .cpzx{
        background:#010101;
    }

    .Content .Contact_fl{
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }
    .Content .ditu{
        width: 100%;
        float: none;
    }

    .BMap_omCtrl {
        display:none;
    }

    #lxwm_ditu{
        height: 205px;
    }
    .Content .Contact {
        padding: 3%; 
    }
    .Content .Details {
        margin: 10% 0px;
    }
    .Content .news_tj .tj_fl{
        width: 100%;
        float: none;
        margin-bottom: 5%;
    }
    .Content .news_tj .tj_fr{
        display:none;
    } 

    .Content .news_list{
        margin:10% 0px;
    }
    .news_box li .info{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; 
        -webkit-box-orient: vertical;
    }
    .Content .about_box {
        margin: 10% 0px;
    }
    .Content .about_fl {
        width: 100%; 
        float: none;
        margin-bottom: 5%;
    }
    .Content .about_img {
        width: 100%; 
        float: none;
    }
    .Content .youshi{
        display:none;
    }
    .Content .case_box ul li{
        width: 50%;
    }
    nav ul { 
        display: inherit; 
    }
    nav ul li:hover > ul {
        display: none; 
    }
    .tab1 ul li{ 
        margin-right: 0px;
        width: 33.333%; 
    }
    .Content .piclist ul li {
        width: 50%; 
    }
    .tab1{
        margin:15px 0px;
    }
    .liyou_box .liyou .ly_img img { 
        margin-top: -32px; 
    }
    .xlpp{
        margin:10% 0px;
        margin-top:0px;
    }
    .wap_tel h3 {
        width: 76%;
        margin: 0 auto;
        background: url(../img/wap_tel_bg.jpg)no-repeat left center;
        padding-left: 30px;
        background-size: 28px;
    }
    .tab_con .item li .tit{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .piclist ul li .tit{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .Details .details_tit h2 {
        font-size: 24px; 
    }

    .wap_nav{
        background:#004ad4; 
        line-height:50px;
    }
    .wap_nav ul li{
        width: 25%;
        text-align: center;
    }
    .wap_nav ul li a{
        display:block;
        color: white;
    }

    .Details .details_tit {
        margin-bottom: 10%; 
    }
    .page2 .more {
        width: 60%; 
    }
    .cont_cpfl ul li {
        width: 48%;
        margin: 1% 1%; 
    }
 
    #navigation {
        width: 46%;
        margin: 0 auto;
    }
    #navigation1 {
        width: 10%;
        margin: 0 auto;
    }
    #navigation2 {
        width: 46%;
        margin: 0 auto;
    }

    .page2 .tab_con .cs_top-nav li {
        width: 20%!important; 
    }

}



#navigation{
    width: 15%;
    margin: 20px auto;
}
#navigation1{
    width: 15%;
    margin: 20px auto;
}
#navigation2{
    width: 15%;
    margin: 20px auto;
}





.cs_top-nav{
    margin:25px 0px;
}
.page2 .tab_con .cs_top-nav li{
    width: 5%; 
    margin: 0px 0.5%;
    border:1px solid #5a5a5a;
}
.page2 .tab_con .cs_top-nav .active{
    background:rgba(30, 80, 174, 1);
    color: white;
    border:1px solid #1e50ae;
}